home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / fnordadl / fn132src.zoo / cith / editor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-02  |  258 b   |  17 lines

  1. /*
  2.  * editor.h - declarations for the Fnordadel editor
  3.  *
  4.  * 91Feb22 AA    Created.
  5.  */
  6.  
  7. #ifndef _EDITOR_H
  8. #define _EDITOR_H
  9.  
  10. /* Things we can edit with getText(): */
  11. #define eMESSAGE 0
  12. #define eINFO    1
  13.  
  14. extern int getText(char WCmode, int forwhich);
  15.  
  16. #endif
  17.